diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/information/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/information/page.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/information/page.tsx b/app/[lng]/evcp/(evcp)/information/page.tsx index c87471ae..8a6d348b 100644 --- a/app/[lng]/evcp/(evcp)/information/page.tsx +++ b/app/[lng]/evcp/(evcp)/information/page.tsx @@ -9,7 +9,7 @@ import { InformationButton } from "@/components/information/information-button" import { useTranslation } from "@/i18n" export const metadata: Metadata = { - title: "인포메이션 관리", + title: "안내사항 관리", description: "페이지별 도움말 및 첨부파일을 관리합니다.", } @@ -39,7 +39,7 @@ export default async function InformationPage({ params }: InformationPageProps) <div> <div className="flex items-center gap-2"> <h2 className="text-2xl font-bold tracking-tight"> - 인포메이션 관리 + 안내사항 관리 </h2> <InformationButton pagePath="/evcp/information" /> </div> |
